StreamSave Method (Stream) |
Saves data from this stream to the specified
Stream.
Namespace:
Independentsoft.IO.StructuredStorage
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic void Save(
Stream stream
)
Public Sub Save (
stream As Stream
)
Parameters
- stream
- Type: System.IOStream
A stream.
See Also